home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / athlete_.swf / scripts / DefineButton2_62 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  124b  |  6 lines

  1. on(release){
  2.    _root.cpulevel = 18 - _root.diflevel * 3;
  3.    _root.humanplayers = 1;
  4.    _root.gotoAndPlay("choose");
  5. }
  6.